home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / MegaSort Stack.cpt / MegaSort Stack / card_5364.txt < prev    next >
Text File  |  1990-12-13  |  1KB  |  52 lines

  1. -- card: 5364 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 12840
  5. -- name: explain1
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2001
  11. -- rect: left=27 top=40 right=279 bottom=482
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 4 (button)
  23. -- low flags: 00
  24. -- high flags: A000
  25. -- rect: left=270 top=285 right=334 bottom=325
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 27009 / 27009
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Continue
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect scroll left
  37.   go to next card
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part contents for card part 1
  43. ----- text -----
  44. ‚Ä¢ Have you ever wanted to sort a container on more than one key at a time?  
  45.  
  46. ‚Ä¢ With some of the keys ascending and some of the keys descending?  
  47.  
  48. ‚Ä¢ With some of the keys being numbers?  Dates?  ASCII? International?  
  49.  
  50. ‚Ä¢ Have you ever wanted to sort the container by chunks (e.g., chars 3 to 5 of item 2)?  
  51.  
  52. ‚Ä¢ Have you ever wanted to sort a container doing all of the above?